[INFO] cloning repository https://github.com/tailrocks/parallax-telemetry-playground
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/tailrocks/parallax-telemetry-playground" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftailrocks%2Fparallax-telemetry-playground", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftailrocks%2Fparallax-telemetry-playground'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] b86e4e5a68cf3ab78742443ffba701e4fbbceabc
[INFO] checking tailrocks/parallax-telemetry-playground against 40527f3e444fde1deb361751bdef9b9e11d1b971+rustflags=--cfg crater_hack --force-warn invalid-c-variadic-arguments for pr-162478
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftailrocks%2Fparallax-telemetry-playground" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-1-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/tailrocks/parallax-telemetry-playground
[INFO] finished tweaking git repo https://github.com/tailrocks/parallax-telemetry-playground
[INFO] tweaked toml for git repo https://github.com/tailrocks/parallax-telemetry-playground written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/tailrocks/parallax-telemetry-playground on toolchain 40527f3e444fde1deb361751bdef9b9e11d1b971
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+40527f3e444fde1deb361751bdef9b9e11d1b971" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/tailrocks/parallax-telemetry-playground already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+40527f3e444fde1deb361751bdef9b9e11d1b971" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 382243464e8dae268f150ba39f3080aee7f68679fded5103dd26e3349594072d
[INFO] running `Command { std: "docker" "start" "382243464e8dae268f150ba39f3080aee7f68679fded5103dd26e3349594072d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "382243464e8dae268f150ba39f3080aee7f68679fded5103dd26e3349594072d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "382243464e8dae268f150ba39f3080aee7f68679fded5103dd26e3349594072d" "/opt/rustwide/cargo-home/bin/cargo" "+40527f3e444fde1deb361751bdef9b9e11d1b971" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "382243464e8dae268f150ba39f3080aee7f68679fded5103dd26e3349594072d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid --cfg crater_hack --force-warn invalid-c-variadic-arguments" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "382243464e8dae268f150ba39f3080aee7f68679fded5103dd26e3349594072d" "/opt/rustwide/cargo-home/bin/cargo" "+40527f3e444fde1deb361751bdef9b9e11d1b971" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.107
[INFO] [stderr]    Compiling quote v1.0.47
[INFO] [stderr]    Compiling libc v0.2.189
[INFO] [stderr]     Checking futures-core v0.3.34
[INFO] [stderr]     Checking log v0.4.33
[INFO] [stderr]    Compiling serde_core v1.0.229
[INFO] [stderr]     Checking futures-io v0.3.34
[INFO] [stderr]     Checking futures-sink v0.3.34
[INFO] [stderr]    Compiling find-msvc-tools v0.1.10
[INFO] [stderr]     Checking once_cell v1.21.4
[INFO] [stderr]    Compiling serde v1.0.229
[INFO] [stderr]    Compiling thiserror v2.0.20
[INFO] [stderr]    Compiling generic-array v0.14.9
[INFO] [stderr]    Compiling pkg-config v0.3.34
[INFO] [stderr]     Checking tracing-core v0.1.36
[INFO] [stderr]    Compiling icu_properties_data v2.3.0
[INFO] [stderr]    Compiling zmij v1.0.23
[INFO] [stderr]    Compiling icu_normalizer_data v2.3.0
[INFO] [stderr]     Checking futures-channel v0.3.34
[INFO] [stderr]    Compiling serde_json v1.0.151
[INFO] [stderr]     Checking zeroize v1.9.0
[INFO] [stderr]     Checking futures-task v0.3.34
[INFO] [stderr]     Checking subtle v2.6.1
[INFO] [stderr]    Compiling syn v2.0.119
[INFO] [stderr]    Compiling syn v3.0.3
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]    Compiling zerocopy v0.8.56
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]     Checking bitflags v2.13.1
[INFO] [stderr]     Checking foldhash v0.2.0
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking hashbrown v0.17.1
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]     Checking mio v1.2.2
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]    Compiling jobserver v0.1.35
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]     Checking socket2 v0.6.5
[INFO] [stderr]    Compiling cc v1.4.2
[INFO] [stderr]     Checking rand_core v0.9.5
[INFO] [stderr]     Checking http v1.5.0
[INFO] [stderr]     Checking litemap v0.8.3
[INFO] [stderr]     Checking writeable v0.6.4
[INFO] [stderr]     Checking rustls-pki-types v1.15.1
[INFO] [stderr]    Compiling num-conv v0.2.2
[INFO] [stderr]    Compiling time-core v0.1.9
[INFO] [stderr]     Checking deranged v0.5.8
[INFO] [stderr]    Compiling time-macros v0.2.32
[INFO] [stderr]    Compiling anyhow v1.0.104
[INFO] [stderr]     Checking indexmap v2.14.0
[INFO] [stderr]    Compiling cmake v0.1.58
[INFO] [stderr]    Compiling aws-lc-sys v0.45.0
[INFO] [stderr]     Checking http-body v1.1.0
[INFO] [stderr]     Checking getrandom v0.4.3
[INFO] [stderr]    Compiling aws-lc-rs v1.18.1
[INFO] [stderr]    Compiling either v1.17.0
[INFO] [stderr]     Checking time v0.3.55
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]     Checking data-encoding v2.11.1
[INFO] [stderr]     Checking sha1 v0.10.7
[INFO] [stderr]    Compiling rustls v0.23.43
[INFO] [stderr]     Checking sync_wrapper v1.0.2
[INFO] [stderr]     Checking ipnet v2.12.1
[INFO] [stderr]     Checking http-body-util v0.1.5
[INFO] [stderr]     Checking hex v0.4.3
[INFO] [stderr]    Compiling openssl-sys v0.9.117
[INFO] [stderr]    Compiling pulldown-cmark v0.13.4
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]     Checking serde_path_to_error v0.1.20
[INFO] [stderr]    Compiling regex-syntax v0.8.11
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling bytes v1.12.1
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling displaydoc v0.2.7
[INFO] [stderr]    Compiling zerovec-derive v0.11.4
[INFO] [stderr]    Compiling serde_derive v1.0.229
[INFO] [stderr]    Compiling zerofrom-derive v0.1.7
[INFO] [stderr]    Compiling yoke-derive v0.8.2
[INFO] [stderr]    Compiling tokio-macros v2.7.2
[INFO] [stderr]    Compiling thiserror-impl v2.0.20
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling futures-macro v0.3.34
[INFO] [stderr]     Checking tokio v1.53.1
[INFO] [stderr]     Checking zerofrom v0.1.8
[INFO] [stderr]     Checking yoke v0.8.3
[INFO] [stderr]    Compiling async-trait v0.1.92
[INFO] [stderr]     Checking zerovec v0.11.7
[INFO] [stderr]     Checking futures-util v0.3.34
[INFO] [stderr]     Checking tinystr v0.8.4
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking potential_utf v0.1.6
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking zerotrie v0.2.5
[INFO] [stderr]     Checking icu_locale_core v2.3.0
[INFO] [stderr]     Checking icu_collections v2.3.0
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]    Compiling prost-derive v0.14.4
[INFO] [stderr]     Checking axum-core v0.5.6
[INFO] [stderr]     Checking rand v0.9.5
[INFO] [stderr]     Checking icu_provider v2.3.0
[INFO] [stderr]     Checking tungstenite v0.29.0
[INFO] [stderr]     Checking icu_normalizer v2.3.0
[INFO] [stderr]     Checking icu_properties v2.3.0
[INFO] [stderr]    Compiling regex-automata v0.4.18
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling prost v0.14.4
[INFO] [stderr]    Compiling pin-project-internal v1.1.13
[INFO] [stderr]     Checking idna_adapter v1.2.2
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking uuid v1.24.0
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]    Compiling fixedbitset v0.5.7
[INFO] [stderr]    Compiling fastrand v2.5.0
[INFO] [stderr]    Compiling regex v1.13.1
[INFO] [stderr]    Compiling petgraph v0.8.3
[INFO] [stderr]     Checking debugid v0.8.0
[INFO] [stderr]    Compiling pulldown-cmark-to-cmark v22.0.1
[INFO] [stderr]     Checking pin-project v1.1.13
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]     Checking tokio-util v0.7.19
[INFO] [stderr]     Checking tokio-tungstenite v0.29.0
[INFO] [stderr]     Checking futures-executor v0.3.34
[INFO] [stderr]    Compiling prost-types v0.14.4
[INFO] [stderr]     Checking webpki-roots v1.0.9
[INFO] [stderr]    Compiling openssl v0.10.81
[INFO] [stderr]     Checking foreign-types-shared v0.1.1
[INFO] [stderr]    Compiling multimap v0.10.1
[INFO] [stderr]     Checking foreign-types v0.3.2
[INFO] [stderr]     Checking sentry-types v0.49.1
[INFO] [stderr]    Compiling tonic-build v0.14.6
[INFO] [stderr]     Checking h2 v0.4.15
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]     Checking tokio-stream v0.1.19
[INFO] [stderr]    Compiling prost-build v0.14.4
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling native-tls v0.2.18
[INFO] [stderr]     Checking opentelemetry v0.32.0
[INFO] [stderr]     Checking predicates-core v1.0.10
[INFO] [stderr]    Compiling object v0.37.3
[INFO] [stderr]    Compiling mockall_derive v0.14.0
[INFO] [stderr]    Compiling tonic-prost-build v0.14.6
[INFO] [stderr]     Checking gimli v0.32.3
[INFO] [stderr]     Checking adler2 v2.0.1
[INFO] [stderr]    Compiling mockall v0.14.0
[INFO] [stderr]    Compiling inotify-sys v0.1.8
[INFO] [stderr]     Checking termtree v0.5.1
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]     Checking predicates-tree v1.0.13
[INFO] [stderr]     Checking matchers v0.2.0
[INFO] [stderr]     Checking sentry-core v0.49.1
[INFO] [stderr]     Checking predicates v3.1.4
[INFO] [stderr]     Checking tower-http v0.6.11
[INFO] [stderr]    Compiling typed-builder-macro v0.22.0
[INFO] [stderr]    Compiling findshlibs v0.10.2
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking fragile v2.1.0
[INFO] [stderr]     Checking thread_local v1.1.10
[INFO] [stderr]     Checking fast-float2 v0.2.4
[INFO] [stderr]     Checking downcast v0.11.0
[INFO] [stderr]     Checking bumpalo v3.20.3
[INFO] [stderr]     Checking addr2line v0.25.1
[INFO] [stderr]     Checking hyper v1.11.0
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]     Checking rustc-demangle v0.1.28
[INFO] [stderr]     Checking tracing-subscriber v0.3.23
[INFO] [stderr]     Checking datavalue-rs v0.2.3
[INFO] [stderr]     Checking typed-builder v0.22.0
[INFO] [stderr]    Compiling sentry-contexts v0.49.1
[INFO] [stderr]     Checking opentelemetry_sdk v0.32.1
[INFO] [stderr]    Compiling cfg_aliases v0.2.2
[INFO] [stderr]     Checking self_cell v1.3.0
[INFO] [stderr]     Checking datalogic-rs v5.1.1
[INFO] [stderr]    Compiling sentry v0.49.1
[INFO] [stderr]     Checking inotify v0.11.4
[INFO] [stderr]     Checking open-feature v0.3.0
[INFO] [stderr]     Checking hyper-util v0.1.20
[INFO] [stderr]    Compiling open-feature-flagd v0.2.2
[INFO] [stderr]     Checking uname v0.1.1
[INFO] [stderr]     Checking hostname v0.4.2
[INFO] [stderr]     Checking notify-types v2.1.0
[INFO] [stderr]     Checking murmurhash3 v0.0.5
[INFO] [stderr]     Checking semver v1.0.28
[INFO] [stderr]     Checking notify v8.2.0
[INFO] [stderr]     Checking backtrace v0.3.76
[INFO] [stderr]     Checking sentry-debug-images v0.49.1
[INFO] [stderr]     Checking lru v0.18.2
[INFO] [stderr]     Checking hybrid-array v0.4.14
[INFO] [stderr]     Checking rand v0.10.2
[INFO] [stderr]     Checking sentry-tracing v0.49.1
[INFO] [stderr]     Checking sentry-backtrace v0.49.1
[INFO] [stderr]     Checking opentelemetry-appender-tracing v0.32.0
[INFO] [stderr]     Checking tracing-opentelemetry v0.33.0
[INFO] [stderr]     Checking sentry-panic v0.49.1
[INFO] [stderr]     Checking tokio-metrics v0.5.1
[INFO] [stderr]     Checking flagd-evaluation-engine v0.0.4
[INFO] [stderr]     Checking opentelemetry-semantic-conventions v0.32.1
[INFO] [stderr]     Checking tinyvec_macros v0.1.1
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking crypto-common v0.2.2
[INFO] [stderr]     Checking block-buffer v0.12.1
[INFO] [stderr]     Checking tinyvec v1.12.0
[INFO] [stderr]     Checking unicode-bidi v0.3.18
[INFO] [stderr]    Compiling crossbeam-utils v0.8.22
[INFO] [stderr]     Checking unicode-properties v0.1.4
[INFO] [stderr]     Checking fallible-iterator v0.2.0
[INFO] [stderr]     Checking siphasher v1.0.3
[INFO] [stderr]     Checking axum v0.8.9
[INFO] [stderr]     Checking hyper-timeout v0.5.2
[INFO] [stderr]     Checking hyper-tls v0.6.0
[INFO] [stderr]     Checking sentry-opentelemetry v0.49.1
[INFO] [stderr]     Checking reqwest v0.13.4
[INFO] [stderr]     Checking unicode-normalization v0.1.25
[INFO] [stderr]     Checking phf_shared v0.13.1
[INFO] [stderr]     Checking stringprep v0.1.5
[INFO] [stderr]     Checking digest v0.11.3
[INFO] [stderr]     Checking phf v0.13.1
[INFO] [stderr]     Checking whoami v2.1.3
[INFO] [stderr]     Checking block-padding v0.3.3
[INFO] [stderr]     Checking concurrent-queue v2.5.0
[INFO] [stderr]     Checking num-integer v0.1.47
[INFO] [stderr]     Checking sha2 v0.11.0
[INFO] [stderr]     Checking hmac v0.13.0
[INFO] [stderr]     Checking md-5 v0.11.0
[INFO] [stderr]     Checking inout v0.1.4
[INFO] [stderr]     Checking futures-lite v2.6.1
[INFO] [stderr]     Checking num-bigint v0.4.8
[INFO] [stderr]     Checking opentelemetry-http v0.32.0
[INFO] [stderr]     Checking cipher v0.4.4
[INFO] [stderr]     Checking postgres-protocol v0.6.12
[INFO] [stderr]    Compiling async-io v2.6.0
[INFO] [stderr]     Checking deadpool-runtime v0.3.1
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]     Checking pem-rfc7468 v0.7.0
[INFO] [stderr]     Checking postgres-types v0.2.14
[INFO] [stderr]     Checking deadpool v0.13.1
[INFO] [stderr]    Compiling der_derive v0.7.3
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]     Checking flagset v0.4.7
[INFO] [stderr]     Checking const-oid v0.9.6
[INFO] [stderr]     Checking tokio-postgres v0.7.18
[INFO] [stderr]     Checking rusticata-macros v4.1.0
[INFO] [stderr]     Checking executor-trait v2.1.2
[INFO] [stderr]    Compiling asn1-rs-impl v0.2.0
[INFO] [stderr]    Compiling asn1-rs-derive v0.6.0
[INFO] [stderr]     Checking der v0.7.10
[INFO] [stderr]     Checking asn1-rs v0.7.2
[INFO] [stderr]     Checking event-listener v5.4.2
[INFO] [stderr]     Checking spin v0.9.9
[INFO] [stderr]    Compiling oid-registry v0.8.1
[INFO] [stderr]     Checking flume v0.11.1
[INFO] [stderr]     Checking spki v0.7.3
[INFO] [stderr]     Checking event-listener-strategy v0.5.4
[INFO] [stderr]     Checking x509-cert v0.2.5
[INFO] [stderr]     Checking deadpool-postgres v0.14.2
[INFO] [stderr]     Checking pbkdf2 v0.12.2
[INFO] [stderr]     Checking salsa20 v0.10.2
[INFO] [stderr]    Compiling playground-proto v0.1.0 (/opt/rustwide/workdir/proto)
[INFO] [stderr]    Compiling convert_case v0.10.0
[INFO] [stderr]     Checking der-parser v10.0.0
[INFO] [stderr]     Checking scrypt v0.11.0
[INFO] [stderr]     Checking aes v0.8.4
[INFO] [stderr]     Checking cbc v0.1.2
[INFO] [stderr]     Checking backon v1.6.0
[INFO] [stderr]     Checking polling v3.11.0
[INFO] [stderr]     Checking cms v0.2.3
[INFO] [stderr]     Checking async-task v4.7.1
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]     Checking x509-parser v0.18.1
[INFO] [stderr]     Checking pkcs5 v0.7.1
[INFO] [stderr]     Checking reactor-trait v3.1.1
[INFO] [stderr]     Checking async-channel v2.5.0
[INFO] [stderr]     Checking pkcs12 v0.1.0
[INFO] [stderr]     Checking rc2 v0.8.1
[INFO] [stderr]     Checking des v0.8.1
[INFO] [stderr]     Checking piper v0.2.5
[INFO] [stderr]     Checking futures v0.3.34
[INFO] [stderr]     Checking rustls-native-certs v0.8.4
[INFO] [stderr]     Checking nom v8.0.0
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]     Checking cookie-factory v0.3.3
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]     Checking blocking v1.7.0
[INFO] [stderr]     Checking reactor-trait v2.8.0
[INFO] [stderr]     Checking async-executor v1.14.0
[INFO] [stderr]     Checking async-lock v3.4.2
[INFO] [stderr]     Checking p12-keystore v0.2.1
[INFO] [stderr]     Checking rustls-pemfile v2.2.0
[INFO] [stderr]    Compiling ref-cast v1.0.26
[INFO] [stderr]     Checking castaway v0.2.4
[INFO] [stderr]    Compiling ref-cast-impl v1.0.26
[INFO] [stderr]    Compiling derive_utils v0.16.0
[INFO] [stderr]     Checking async-global-executor v3.1.0
[INFO] [stderr]    Compiling amq-protocol v8.3.1
[INFO] [stderr]    Compiling auto_enums v0.8.10
[INFO] [stderr]     Checking async-global-executor-trait v2.2.0
[INFO] [stderr]     Checking compact_str v0.9.1
[INFO] [stderr]     Checking executor-trait v3.1.0
[INFO] [stderr]    Compiling lapin v3.7.2
[INFO] [stderr]     Checking arcstr v1.2.0
[INFO] [stderr]     Checking async-global-executor-trait v3.1.0
[INFO] [stderr]     Checking async-reactor-trait v3.1.1
[INFO] [stderr]     Checking combine v4.6.8
[INFO] [stderr]     Checking clap_builder v4.6.6
[INFO] [stderr]    Compiling clap_derive v4.6.4
[INFO] [stderr]     Checking quick-xml v0.38.4
[INFO] [stderr]     Checking escape8259 v0.5.3
[INFO] [stderr]    Compiling derive_more v2.1.1
[INFO] [stderr]    Compiling juniper_codegen v0.17.0
[INFO] [stderr]     Checking clap v4.6.6
[INFO] [stderr]     Checking libtest-mimic v0.8.2
[INFO] [stderr]     Checking amq-protocol-types v8.3.1
[INFO] [stderr]     Checking amq-protocol-uri v8.3.1
[INFO] [stderr]     Checking juniper v0.17.1
[INFO] [stderr]     Checking redis v0.32.7
[INFO] [stderr]     Checking rustls-webpki v0.103.14
[INFO] [stderr]     Checking juniper_subscriptions v0.18.0
[INFO] [stderr]     Checking juniper_graphql_ws v0.5.0
[INFO] [stderr]     Checking juniper_axum v0.3.0
[INFO] [stderr]     Checking tokio-rustls v0.26.4
[INFO] [stderr]     Checking futures-rustls v0.26.0
[INFO] [stderr]     Checking rustls-connector v0.21.11
[INFO] [stderr]     Checking tonic v0.14.6
[INFO] [stderr]     Checking tcp-stream v0.30.9
[INFO] [stderr]     Checking amq-protocol-tcp v8.3.1
[INFO] [stderr]     Checking tonic-prost v0.14.6
[INFO] [stderr]     Checking tonic-types v0.14.6
[INFO] [stderr]     Checking opentelemetry-proto v0.32.0
[INFO] [stderr]     Checking tonic-health v0.14.6
[INFO] [stderr]     Checking opentelemetry-otlp v0.32.0
[INFO] [stderr]     Checking playground-telemetry v0.1.0 (/opt/rustwide/workdir/libs/playground-telemetry)
[INFO] [stderr]     Checking inventory v0.1.0 (/opt/rustwide/workdir/services/inventory)
[INFO] [stderr]     Checking pricing v0.1.0 (/opt/rustwide/workdir/services/pricing)
[INFO] [stderr]     Checking playground-cli v0.1.0 (/opt/rustwide/workdir/cli)
[INFO] [stderr]     Checking storefront v0.1.0 (/opt/rustwide/workdir/services/storefront)
[INFO] [stderr]     Checking orders v0.1.0 (/opt/rustwide/workdir/services/orders)
[INFO] [stderr]     Checking notifications v0.1.0 (/opt/rustwide/workdir/services/notifications)
[INFO] [stderr]     Checking recommendation v0.1.0 (/opt/rustwide/workdir/services/recommendation)
[INFO] [stdout] warning: overflow evaluating the requirement `fn(HeaderMap, State<App>, Query<PublishQuery>) -> impl futures_lite::Future<Output = Result<axum::Json<serde_json::Value>, (_, Json<Value>)>> {publish}: Handler<_, App>`
[INFO] [stdout]    --> services/orders/src/api.rs:220:26
[INFO] [stdout]     |
[INFO] [stdout] 220 |         .route("/order", post(publish))
[INFO] [stdout]     |                          ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: which requires `Query<PublishQuery>: FromRequest<App, axum_core::extract::private::ViaParts>`
[INFO] [stdout]     = note: which requires `Query<PublishQuery>: FromRequestParts<App>`
[INFO] [stdout]     = note: which requires `App: Sync`
[INFO] [stdout]     = note: which requires `Arc<lapin::Connection>: Sync`
[INFO] [stdout]     = note: which requires `lapin::Connection: Sync`
[INFO] [stdout]     = note: which requires `lapin::channels::Channels: Sync`
[INFO] [stdout]     = note: which requires `lapin::Channel: Sync`
[INFO] [stdout]     = note: which requires `std::option::Option<Arc<lapin::connection_closer::ConnectionCloser>>: Sync`
[INFO] [stdout]     = note: which requires `Arc<lapin::connection_closer::ConnectionCloser>: Sync`
[INFO] [stdout]     = note: which requires `lapin::connection_closer::ConnectionCloser: Send`
[INFO] [stdout]     = note: which requires `ConnectionStatus: Send`
[INFO] [stdout]     = note: which requires `Arc<std::sync::Mutex<lapin::connection_status::Inner>>: Send`
[INFO] [stdout]     = note: which requires `std::sync::Mutex<lapin::connection_status::Inner>: Send`
[INFO] [stdout]     = note: which requires `lapin::connection_status::Inner: Send`
[INFO] [stdout]     = note: which requires `std::option::Option<lapin::connection_status::ConnectionStep>: Send`
[INFO] [stdout]     = note: and so on...
[INFO] [stdout]     = help: consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = help: or consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`orders`)
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout]     = note: `#[warn(recursion_depth_exceeding_limit)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking checkout v0.1.0 (/opt/rustwide/workdir/services/checkout)
[INFO] [stdout] warning: overflow evaluating the requirement `fn(HeaderMap, State<App>, Query<PublishQuery>) -> impl futures_lite::Future<Output = Result<axum::Json<serde_json::Value>, (_, Json<Value>)>> {publish}: Handler<_, App>`
[INFO] [stdout]    --> services/orders/src/api.rs:220:26
[INFO] [stdout]     |
[INFO] [stdout] 220 |         .route("/order", post(publish))
[INFO] [stdout]     |                          ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: which requires `Query<PublishQuery>: FromRequest<App, axum_core::extract::private::ViaParts>`
[INFO] [stdout]     = note: which requires `Query<PublishQuery>: FromRequestParts<App>`
[INFO] [stdout]     = note: which requires `App: Sync`
[INFO] [stdout]     = note: which requires `Arc<lapin::Connection>: Sync`
[INFO] [stdout]     = note: which requires `lapin::Connection: Sync`
[INFO] [stdout]     = note: which requires `lapin::channels::Channels: Sync`
[INFO] [stdout]     = note: which requires `lapin::Channel: Sync`
[INFO] [stdout]     = note: which requires `std::option::Option<Arc<lapin::connection_closer::ConnectionCloser>>: Sync`
[INFO] [stdout]     = note: which requires `Arc<lapin::connection_closer::ConnectionCloser>: Sync`
[INFO] [stdout]     = note: which requires `lapin::connection_closer::ConnectionCloser: Send`
[INFO] [stdout]     = note: which requires `ConnectionStatus: Send`
[INFO] [stdout]     = note: which requires `Arc<std::sync::Mutex<lapin::connection_status::Inner>>: Send`
[INFO] [stdout]     = note: which requires `std::sync::Mutex<lapin::connection_status::Inner>: Send`
[INFO] [stdout]     = note: which requires `lapin::connection_status::Inner: Send`
[INFO] [stdout]     = note: which requires `std::option::Option<lapin::connection_status::ConnectionStep>: Send`
[INFO] [stdout]     = note: and so on...
[INFO] [stdout]     = help: consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = help: or consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`orders`)
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout]     = note: `#[warn(recursion_depth_exceeding_limit)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `fn(HeaderMap, State<infrastructure::AppState>, axum::Json<domain::CheckoutInput>) -> impl std::future::Future<Output = Result<axum::Json<serde_json::Value>, domain::ApiError>> {checkout_post}: Handler<_, _>`
[INFO] [stdout]    --> services/checkout/src/api.rs:764:29
[INFO] [stdout]     |
[INFO] [stdout] 764 |         .route("/checkout", post(checkout_post))
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: which requires `axum::Json<domain::CheckoutInput>: FromRequest<infrastructure::AppState>`
[INFO] [stdout]     = note: which requires `infrastructure::AppState: Sync`
[INFO] [stdout]     = note: which requires `std::sync::Arc<RabbitPublisher>: Sync`
[INFO] [stdout]     = note: which requires `RabbitPublisher: Send`
[INFO] [stdout]     = note: which requires `std::sync::Arc<tokio::sync::Mutex<std::option::Option<ActiveRabbit>>>: Send`
[INFO] [stdout]     = note: which requires `tokio::sync::Mutex<std::option::Option<ActiveRabbit>>: Send`
[INFO] [stdout]     = note: which requires `std::option::Option<ActiveRabbit>: Send`
[INFO] [stdout]     = note: which requires `ActiveRabbit: Send`
[INFO] [stdout]     = note: which requires `std::sync::Arc<lapin::Connection>: Send`
[INFO] [stdout]     = note: which requires `lapin::Connection: Sync`
[INFO] [stdout]     = note: which requires `lapin::channels::Channels: Sync`
[INFO] [stdout]     = note: which requires `lapin::Channel: Sync`
[INFO] [stdout]     = note: which requires `std::option::Option<std::sync::Arc<lapin::connection_closer::ConnectionCloser>>: Sync`
[INFO] [stdout]     = note: which requires `std::sync::Arc<lapin::connection_closer::ConnectionCloser>: Sync`
[INFO] [stdout]     = note: which requires `lapin::connection_closer::ConnectionCloser: Send`
[INFO] [stdout]     = note: and so on...
[INFO] [stdout]     = help: consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = help: or consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`checkout`)
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout]     = note: `#[warn(recursion_depth_exceeding_limit)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `fn(HeaderMap, State<infrastructure::AppState>, axum::Json<domain::CheckoutInput>) -> impl std::future::Future<Output = Result<axum::Json<serde_json::Value>, domain::ApiError>> {checkout_post}: Handler<_, _>`
[INFO] [stdout]    --> services/checkout/src/api.rs:764:29
[INFO] [stdout]     |
[INFO] [stdout] 764 |         .route("/checkout", post(checkout_post))
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: which requires `axum::Json<domain::CheckoutInput>: FromRequest<infrastructure::AppState>`
[INFO] [stdout]     = note: which requires `infrastructure::AppState: Sync`
[INFO] [stdout]     = note: which requires `Arc<RabbitPublisher>: Sync`
[INFO] [stdout]     = note: which requires `RabbitPublisher: Send`
[INFO] [stdout]     = note: which requires `Arc<tokio::sync::Mutex<std::option::Option<ActiveRabbit>>>: Send`
[INFO] [stdout]     = note: which requires `tokio::sync::Mutex<std::option::Option<ActiveRabbit>>: Send`
[INFO] [stdout]     = note: which requires `std::option::Option<ActiveRabbit>: Send`
[INFO] [stdout]     = note: which requires `ActiveRabbit: Send`
[INFO] [stdout]     = note: which requires `Arc<lapin::Connection>: Send`
[INFO] [stdout]     = note: which requires `lapin::Connection: Sync`
[INFO] [stdout]     = note: which requires `lapin::channels::Channels: Sync`
[INFO] [stdout]     = note: which requires `lapin::Channel: Sync`
[INFO] [stdout]     = note: which requires `std::option::Option<Arc<lapin::connection_closer::ConnectionCloser>>: Sync`
[INFO] [stdout]     = note: which requires `Arc<lapin::connection_closer::ConnectionCloser>: Sync`
[INFO] [stdout]     = note: which requires `lapin::connection_closer::ConnectionCloser: Send`
[INFO] [stdout]     = note: and so on...
[INFO] [stdout]     = help: consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = help: or consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`checkout`)
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout]     = note: `#[warn(recursion_depth_exceeding_limit)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `playground-cli` (bin "playground" test)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/40527f3e444fde1deb361751bdef9b9e11d1b971/bin/rustc --crate-name playground --edition=2024 cli/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat,unused-externs-silent --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f9bd09dfdaf43897 -C extra-filename=-c23400a969dcb3c3 --out-dir /opt/rustwide/target/debug/build/playground-cli/c23400a969dcb3c3/out -L dependency=/opt/rustwide/target/debug/build/addr2line/2269713eb1a58dda/out -L dependency=/opt/rustwide/target/debug/build/adler2/c88fcc8f75aff691/out -L dependency=/opt/rustwide/target/debug/build/allocator-api2/35cfb51d22f97c49/out -L dependency=/opt/rustwide/target/debug/build/anstream/7d08a830e2fb2ff1/out -L dependency=/opt/rustwide/target/debug/build/anstyle-parse/de004942323697b3/out -L dependency=/opt/rustwide/target/debug/build/anstyle-query/e6226be967a8f627/out -L dependency=/opt/rustwide/target/debug/build/anstyle/7ca99b8dd1eaf31d/out -L dependency=/opt/rustwide/target/debug/build/anyhow/dfa54350c1830226/out -L dependency=/opt/rustwide/target/debug/build/async-trait/6d57945773d7952f/out -L dependency=/opt/rustwide/target/debug/build/atomic-waker/3667a311e522bab9/out -L dependency=/opt/rustwide/target/debug/build/aws-lc-rs/b41da7196d21a518/out -L dependency=/opt/rustwide/target/debug/build/aws-lc-sys/6090724205969000/out -L dependency=/opt/rustwide/target/debug/build/axum-core/f0566e5cf5563660/out -L dependency=/opt/rustwide/target/debug/build/axum/39c21155006d5659/out -L dependency=/opt/rustwide/target/debug/build/backtrace/beb2dc53c2fb680f/out -L dependency=/opt/rustwide/target/debug/build/base64/2d69431f12323261/out -L dependency=/opt/rustwide/target/debug/build/bitflags/db87789a40560d34/out -L dependency=/opt/rustwide/target/debug/build/block-buffer/eb44bd44ea000549/out -L dependency=/opt/rustwide/target/debug/build/bumpalo/9c78049fe44b8bab/out -L dependency=/opt/rustwide/target/debug/build/bytes/1634c43361de1f40/out -L dependency=/opt/rustwide/target/debug/build/cfg-if/b130e4df861970d7/out -L dependency=/opt/rustwide/target/debug/build/clap/b8dc0c0ad5e8393d/out -L dependency=/opt/rustwide/target/debug/build/clap_builder/bc6b631ecde9bee3/out -L dependency=/opt/rustwide/target/debug/build/clap_derive/4325547cb5ecab76/out -L dependency=/opt/rustwide/target/debug/build/clap_lex/fd9f29183df304c3/out -L dependency=/opt/rustwide/target/debug/build/colorchoice/6805e4274d1f5521/out -L dependency=/opt/rustwide/target/debug/build/cpufeatures/f6f17e8df8892513/out -L dependency=/opt/rustwide/target/debug/build/crypto-common/430ba8dbff8344f9/out -L dependency=/opt/rustwide/target/debug/build/data-encoding/ef03a7a04df1b432/out -L dependency=/opt/rustwide/target/debug/build/datalogic-rs/14465472dd33a226/out -L dependency=/opt/rustwide/target/debug/build/datavalue-rs/96789e2e72c5d08a/out -L dependency=/opt/rustwide/target/debug/build/debugid/7d39b64f57bcaf20/out -L dependency=/opt/rustwide/target/debug/build/deranged/9f8bbee8eaed5ace/out -L dependency=/opt/rustwide/target/debug/build/digest/83f8583333ef1f57/out -L dependency=/opt/rustwide/target/debug/build/displaydoc/bac2155b242e0b51/out -L dependency=/opt/rustwide/target/debug/build/downcast/4fd18ee75a39c1b7/out -L dependency=/opt/rustwide/target/debug/build/equivalent/4622bc42417919a3/out -L dependency=/opt/rustwide/target/debug/build/errno/142b803a086f4aa8/out -L dependency=/opt/rustwide/target/debug/build/escape8259/3692cb75d533ea03/out -L dependency=/opt/rustwide/target/debug/build/fast-float2/0db5a317bbb22b80/out -L dependency=/opt/rustwide/target/debug/build/findshlibs/d602309879e9c0cf/out -L dependency=/opt/rustwide/target/debug/build/flagd-evaluation-engine/b9cf74d043080d13/out -L dependency=/opt/rustwide/target/debug/build/fnv/e9bbeb6dbf5fcf54/out -L dependency=/opt/rustwide/target/debug/build/foldhash/2ec5b8d37d085297/out -L dependency=/opt/rustwide/target/debug/build/foreign-types-shared/ee78c676a29f2e6d/out -L dependency=/opt/rustwide/target/debug/build/foreign-types/3f3a4edd8eb70d73/out -L dependency=/opt/rustwide/target/debug/build/form_urlencoded/48ed0b7339b90a6e/out -L dependency=/opt/rustwide/target/debug/build/fragile/c825600ef3dc1ddb/out -L dependency=/opt/rustwide/target/debug/build/futures-channel/fc1d6a1faab9d37e/out -L dependency=/opt/rustwide/target/debug/build/futures-core/1384356d4d972b8f/out -L dependency=/opt/rustwide/target/debug/build/futures-executor/f096f58cf1bd0a93/out -L dependency=/opt/rustwide/target/debug/build/futures-io/d4a4ec6f0988e2f3/out -L dependency=/opt/rustwide/target/debug/build/futures-macro/36ea4568d3fb64b7/out -L dependency=/opt/rustwide/target/debug/build/futures-sink/ca9b3a857ff6590d/out -L dependency=/opt/rustwide/target/debug/build/futures-task/5c423cec184f0429/out -L dependency=/opt/rustwide/target/debug/build/futures-util/0769b983a0280a11/out -L dependency=/opt/rustwide/target/debug/build/generic-array/625defa153419e9c/out -L dependency=/opt/rustwide/target/debug/build/getrandom/4f4db0f85d4fc145/out -L dependency=/opt/rustwide/target/debug/build/getrandom/9d5cc543c31be1e0/out -L dependency=/opt/rustwide/target/debug/build/gimli/20d41c6d085d2959/out -L dependency=/opt/rustwide/target/debug/build/h2/a7b8b530eec76871/out -L dependency=/opt/rustwide/target/debug/build/hashbrown/e14291a8907b6f37/out -L dependency=/opt/rustwide/target/debug/build/hex/9132e64f149af4af/out -L dependency=/opt/rustwide/target/debug/build/hostname/273f8d3050e4646e/out -L dependency=/opt/rustwide/target/debug/build/http-body-util/3d3c6b87d1c1b8e3/out -L dependency=/opt/rustwide/target/debug/build/http-body/4af134faabda602a/out -L dependency=/opt/rustwide/target/debug/build/http/90183e850cd33d8f/out -L dependency=/opt/rustwide/target/debug/build/httparse/81e49c45228a1328/out -L dependency=/opt/rustwide/target/debug/build/httpdate/09b3d3013186f713/out -L dependency=/opt/rustwide/target/debug/build/hyper-timeout/a11336be2f7962d5/out -L dependency=/opt/rustwide/target/debug/build/hyper-tls/c6556b8b49b0bab0/out -L dependency=/opt/rustwide/target/debug/build/hyper-util/7b0c09a645caf6af/out -L dependency=/opt/rustwide/target/debug/build/hyper/e462e0813e8c10d4/out -L dependency=/opt/rustwide/target/debug/build/icu_collections/e3d25a1a54974c02/out -L dependency=/opt/rustwide/target/debug/build/icu_locale_core/10e148ee2ca21039/out -L dependency=/opt/rustwide/target/debug/build/icu_normalizer/67bdbb0bac7cf9b1/out -L dependency=/opt/rustwide/target/debug/build/icu_normalizer_data/dd9f9b6df7064dd3/out -L dependency=/opt/rustwide/target/debug/build/icu_properties/868b811e5e600113/out -L dependency=/opt/rustwide/target/debug/build/icu_properties_data/298d8eeb49c4eecc/out -L dependency=/opt/rustwide/target/debug/build/icu_provider/0bfe75cd24475291/out -L dependency=/opt/rustwide/target/debug/build/idna/7379d794b3a39b9b/out -L dependency=/opt/rustwide/target/debug/build/idna_adapter/a530fcccbdacf30f/out -L dependency=/opt/rustwide/target/debug/build/indexmap/28a13ab17d4aa9e7/out -L dependency=/opt/rustwide/target/debug/build/inotify-sys/80df00e6fd8e4aee/out -L dependency=/opt/rustwide/target/debug/build/inotify/e624211b4e684ac4/out -L dependency=/opt/rustwide/target/debug/build/ipnet/ef02b0e687a34a02/out -L dependency=/opt/rustwide/target/debug/build/is_terminal_polyfill/7db78c62f1a1b2b6/out -L dependency=/opt/rustwide/target/debug/build/itoa/c148da98164ab3e7/out -L dependency=/opt/rustwide/target/debug/build/lazy_static/1534488e8ef129c3/out -L dependency=/opt/rustwide/target/debug/build/libc/d992f0339d79e3bd/out -L dependency=/opt/rustwide/target/debug/build/litemap/2ce61d16c06c2124/out -L dependency=/opt/rustwide/target/debug/build/lock_api/ffb5a428b287a4e1/out -L dependency=/opt/rustwide/target/debug/build/log/49d29bf3eeedcf02/out -L dependency=/opt/rustwide/target/debug/build/lru/96145adba7e23035/out -L dependency=/opt/rustwide/target/debug/build/matchers/5deb72a717aa7e16/out -L dependency=/opt/rustwide/target/debug/build/matchit/ecf4a1cb1cb97dcb/out -L dependency=/opt/rustwide/target/debug/build/memchr/fb4600d09f30ee91/out -L dependency=/opt/rustwide/target/debug/build/mime/5cbb622f1fbbcae0/out -L dependency=/opt/rustwide/target/debug/build/miniz_oxide/c17563425dfae884/out -L dependency=/opt/rustwide/target/debug/build/mio/a2900b68ef7c7de3/out -L dependency=/opt/rustwide/target/debug/build/mockall/a0678e0c5b290efd/out -L dependency=/opt/rustwide/target/debug/build/mockall_derive/ca6d9778a5d2f2d5/out -L dependency=/opt/rustwide/target/debug/build/murmurhash3/ded11de25119f4da/out -L dependency=/opt/rustwide/target/debug/build/native-tls/874e728d06f73d9c/out -L dependency=/opt/rustwide/target/debug/build/notify-types/b089c63d705710a2/out -L dependency=/opt/rustwide/target/debug/build/notify/479cca98637f4992/out -L dependency=/opt/rustwide/target/debug/build/nu-ansi-term/a51297f7ec3314c5/out -L dependency=/opt/rustwide/target/debug/build/num-conv/f68722dee7f86540/out -L dependency=/opt/rustwide/target/debug/build/object/0b62084ed37501e8/out -L dependency=/opt/rustwide/target/debug/build/once_cell/c7e2c3497bdca91e/out -L dependency=/opt/rustwide/target/debug/build/open-feature-flagd/0c4c42d7a75d6c83/out -L dependency=/opt/rustwide/target/debug/build/open-feature/68f59499f547cf04/out -L dependency=/opt/rustwide/target/debug/build/openssl-macros/0be7168093eaaf30/out -L dependency=/opt/rustwide/target/debug/build/openssl-probe/351a4d739567a1ca/out -L dependency=/opt/rustwide/target/debug/build/openssl-sys/aea06116946ecc94/out -L dependency=/opt/rustwide/target/debug/build/openssl/087957b4238d2f7c/out -L dependency=/opt/rustwide/target/debug/build/opentelemetry-appender-tracing/25b1565cf9b04053/out -L dependency=/opt/rustwide/target/debug/build/opentelemetry-http/a1934769a07567eb/out -L dependency=/opt/rustwide/target/debug/build/opentelemetry-otlp/b3c403e3ea1fae7f/out -L dependency=/opt/rustwide/target/debug/build/opentelemetry-proto/6194f7bc7a8aff51/out -L dependency=/opt/rustwide/target/debug/build/opentelemetry-semantic-conventions/df821636cd1a94d3/out -L dependency=/opt/rustwide/target/debug/build/opentelemetry/bbcc0517f8e9ccaa/out -L dependency=/opt/rustwide/target/debug/build/opentelemetry_sdk/e578cc204f6e7c12/out -L dependency=/opt/rustwide/target/debug/build/parking_lot/c4b3b98e36f9cbd6/out -L dependency=/opt/rustwide/target/debug/build/parking_lot_core/4628c87be22db42e/out -L dependency=/opt/rustwide/target/debug/build/percent-encoding/6bbdc4f4e067a1a8/out -L dependency=/opt/rustwide/target/debug/build/pin-project-internal/8bbd547b19ed0b59/out -L dependency=/opt/rustwide/target/debug/build/pin-project-lite/939ff28c23f518de/out -L dependency=/opt/rustwide/target/debug/build/pin-project/ea1491caa79ac756/out -L dependency=/opt/rustwide/target/debug/build/potential_utf/739869453e044331/out -L dependency=/opt/rustwide/target/debug/build/powerfmt/ba622ef5aa12ba35/out -L dependency=/opt/rustwide/target/debug/build/ppv-lite86/833a41e4bf97a5cd/out -L dependency=/opt/rustwide/target/debug/build/predicates-core/4ee49a2f1d98db3b/out -L dependency=/opt/rustwide/target/debug/build/predicates-tree/a1b2788ba286415b/out -L dependency=/opt/rustwide/target/debug/build/predicates/a39d8a4e1eae98ce/out -L dependency=/opt/rustwide/target/debug/build/prost-derive/c760c7e465402c5a/out -L dependency=/opt/rustwide/target/debug/build/prost-types/1bd42ccc6013bfa4/out -L dependency=/opt/rustwide/target/debug/build/prost/40fb676fcacb6d1f/out -L dependency=/opt/rustwide/target/debug/build/rand/ebe2c2dde9e171e8/out -L dependency=/opt/rustwide/target/debug/build/rand_chacha/287e46899fd119b0/out -L dependency=/opt/rustwide/target/debug/build/rand_core/a691498e7935222e/out -L dependency=/opt/rustwide/target/debug/build/rand_core/e02deb144ebe6b3e/out -L dependency=/opt/rustwide/target/debug/build/regex-automata/942c0b499f1217f8/out -L dependency=/opt/rustwide/target/debug/build/regex-syntax/484429b97b63f994/out -L dependency=/opt/rustwide/target/debug/build/regex/34325eac07fe41cd/out -L dependency=/opt/rustwide/target/debug/build/reqwest/7e082495fa07597d/out -L dependency=/opt/rustwide/target/debug/build/rustc-demangle/a8e1804ea34d33b7/out -L dependency=/opt/rustwide/target/debug/build/rustls-pki-types/7bddef08fde249f5/out -L dependency=/opt/rustwide/target/debug/build/rustls-webpki/babf7fd2689e4b80/out -L dependency=/opt/rustwide/target/debug/build/rustls/3084081050c8a035/out -L dependency=/opt/rustwide/target/debug/build/ryu/61ae31af640ef7ed/out -L dependency=/opt/rustwide/target/debug/build/same-file/805fdc14bdd393cf/out -L dependency=/opt/rustwide/target/debug/build/scopeguard/9130ca354df06040/out -L dependency=/opt/rustwide/target/debug/build/self_cell/dcbe4e1e8015e9ed/out -L dependency=/opt/rustwide/target/debug/build/semver/40cd5a7dd73782b9/out -L dependency=/opt/rustwide/target/debug/build/sentry-backtrace/e5c69c3431195f43/out -L dependency=/opt/rustwide/target/debug/build/sentry-contexts/6360d5e8c25d78bd/out -L dependency=/opt/rustwide/target/debug/build/sentry-core/fef347e1a21d2e2e/out -L dependency=/opt/rustwide/target/debug/build/sentry-debug-images/be0f9f328ba1875c/out -L dependency=/opt/rustwide/target/debug/build/sentry-opentelemetry/80f8017b65ff2865/out -L dependency=/opt/rustwide/target/debug/build/sentry-panic/2eb94b8dd794858b/out -L dependency=/opt/rustwide/target/debug/build/sentry-tracing/d21e213c257bbd50/out -L dependency=/opt/rustwide/target/debug/build/sentry-types/17118894070dfdbc/out -L dependency=/opt/rustwide/target/debug/build/sentry/9e9aefcde20a7141/out -L dependency=/opt/rustwide/target/debug/build/serde/724759684f0a83ea/out -L dependency=/opt/rustwide/target/debug/build/serde_core/73cf335a457c0977/out -L dependency=/opt/rustwide/target/debug/build/serde_derive/f6ea89486bc0b60a/out -L dependency=/opt/rustwide/target/debug/build/serde_json/41ca97cec33d0790/out -L dependency=/opt/rustwide/target/debug/build/serde_path_to_error/0d8aa953f52c5b88/out -L dependency=/opt/rustwide/target/debug/build/serde_urlencoded/e325b41690a4d490/out -L dependency=/opt/rustwide/target/debug/build/sha1/bb4be1f15f03f348/out -L dependency=/opt/rustwide/target/debug/build/sharded-slab/2483ea53ac3825f7/out -L dependency=/opt/rustwide/target/debug/build/signal-hook-registry/eb9f5ea3343094d8/out -L dependency=/opt/rustwide/target/debug/build/slab/a01d05c41b89a3e8/out -L dependency=/opt/rustwide/target/debug/build/smallvec/96e91b57bc6b899b/out -L dependency=/opt/rustwide/target/debug/build/socket2/88e2fb5b8b32a63b/out -L dependency=/opt/rustwide/target/debug/build/stable_deref_trait/e6cd9b82d5654260/out -L dependency=/opt/rustwide/target/debug/build/strsim/27331f01765d6d7d/out -L dependency=/opt/rustwide/target/debug/build/subtle/777c672b9b125fb0/out -L dependency=/opt/rustwide/target/debug/build/sync_wrapper/0bfd6b6b23a3fef5/out -L dependency=/opt/rustwide/target/debug/build/termtree/769ba6bf471e609f/out -L dependency=/opt/rustwide/target/debug/build/thiserror-impl/72d9b92455c8bdc2/out -L dependency=/opt/rustwide/target/debug/build/thiserror/648299835267abc1/out -L dependency=/opt/rustwide/target/debug/build/thread_local/fcb538a29377b2ec/out -L dependency=/opt/rustwide/target/debug/build/time-core/c6381baae0190c62/out -L dependency=/opt/rustwide/target/debug/build/time-macros/8d39fd00e3d2111f/out -L dependency=/opt/rustwide/target/debug/build/time/f49716de289ff5ad/out -L dependency=/opt/rustwide/target/debug/build/tinystr/f732ff980563d9f7/out -L dependency=/opt/rustwide/target/debug/build/tokio-macros/7450edf5ca557aa8/out -L dependency=/opt/rustwide/target/debug/build/tokio-metrics/f0428e0465c365de/out -L dependency=/opt/rustwide/target/debug/build/tokio-native-tls/74fb3117150809cf/out -L dependency=/opt/rustwide/target/debug/build/tokio-rustls/f9126ddee1a9788c/out -L dependency=/opt/rustwide/target/debug/build/tokio-stream/5a85488ed50b97b2/out -L dependency=/opt/rustwide/target/debug/build/tokio-tungstenite/c7498716a69241ae/out -L dependency=/opt/rustwide/target/debug/build/tokio-util/e5052046623e5fe4/out -L dependency=/opt/rustwide/target/debug/build/tokio/f16a561896f82ec4/out -L dependency=/opt/rustwide/target/debug/build/tonic-prost/4cfadd595870624f/out -L dependency=/opt/rustwide/target/debug/build/tonic-types/e3690df782d42328/out -L dependency=/opt/rustwide/target/debug/build/tonic/7363007c0ea303b4/out -L dependency=/opt/rustwide/target/debug/build/tower-http/6db2909f8e8e9747/out -L dependency=/opt/rustwide/target/debug/build/tower-layer/713134b990606739/out -L dependency=/opt/rustwide/target/debug/build/tower-service/662bcea8364ef4e8/out -L dependency=/opt/rustwide/target/debug/build/tower/a37313fba62b55a0/out -L dependency=/opt/rustwide/target/debug/build/tracing-attributes/b681d057e3c1c463/out -L dependency=/opt/rustwide/target/debug/build/tracing-core/222fa447acfdc433/out -L dependency=/opt/rustwide/target/debug/build/tracing-log/ded59846aa83dad6/out -L dependency=/opt/rustwide/target/debug/build/tracing-opentelemetry/c1468c32835a61f4/out -L dependency=/opt/rustwide/target/debug/build/tracing-subscriber/970a7594a48188bc/out -L dependency=/opt/rustwide/target/debug/build/tracing/4da5f40b4d4b22c9/out -L dependency=/opt/rustwide/target/debug/build/try-lock/36b8b22a56ed82b9/out -L dependency=/opt/rustwide/target/debug/build/tungstenite/ee6d03d2aa923ca0/out -L dependency=/opt/rustwide/target/debug/build/typed-builder-macro/c6f46f0ebe38d1ff/out -L dependency=/opt/rustwide/target/debug/build/typed-builder/384d426628b5a805/out -L dependency=/opt/rustwide/target/debug/build/typenum/df03f25c348f6e88/out -L dependency=/opt/rustwide/target/debug/build/uname/eecde4d891420e71/out -L dependency=/opt/rustwide/target/debug/build/untrusted/34b6f549cc905681/out -L dependency=/opt/rustwide/target/debug/build/url/16bb84dd65b962ba/out -L dependency=/opt/rustwide/target/debug/build/utf8_iter/9e495f97ce339f74/out -L dependency=/opt/rustwide/target/debug/build/utf8parse/4f1087f53b353c7e/out -L dependency=/opt/rustwide/target/debug/build/uuid/446e46b276fcea71/out -L dependency=/opt/rustwide/target/debug/build/walkdir/dfc265a6ad6bacc8/out -L dependency=/opt/rustwide/target/debug/build/want/9f321e211c9f21c0/out -L dependency=/opt/rustwide/target/debug/build/webpki-roots/e184f7feccb78972/out -L dependency=/opt/rustwide/target/debug/build/writeable/79101511882d1bd9/out -L dependency=/opt/rustwide/target/debug/build/yoke-derive/1a20523a0a97c27b/out -L dependency=/opt/rustwide/target/debug/build/yoke/5085bad517bca2f3/out -L dependency=/opt/rustwide/target/debug/build/zerocopy/556b0a2df2265343/out -L dependency=/opt/rustwide/target/debug/build/zerofrom-derive/ba1f1f9eede4a78f/out -L dependency=/opt/rustwide/target/debug/build/zerofrom/692206ef5241fa11/out -L dependency=/opt/rustwide/target/debug/build/zeroize/6197e50a498f327a/out -L dependency=/opt/rustwide/target/debug/build/zerotrie/e4398f2d0c656973/out -L dependency=/opt/rustwide/target/debug/build/zerovec-derive/4b955ebd3dac6bcc/out -L dependency=/opt/rustwide/target/debug/build/zerovec/bf9d51e18fdba008/out -L dependency=/opt/rustwide/target/debug/build/zmij/dc78b2cfc450897b/out --extern anyhow=/opt/rustwide/target/debug/build/anyhow/dfa54350c1830226/out/libanyhow-dfa54350c1830226.rmeta --extern axum=/opt/rustwide/target/debug/build/axum/39c21155006d5659/out/libaxum-39c21155006d5659.rmeta --extern futures=/opt/rustwide/target/debug/build/futures/94c3fde0542b55dd/out/libfutures-94c3fde0542b55dd.rmeta --extern hmac=/opt/rustwide/target/debug/build/hmac/faa45bbe2c3eb188/out/libhmac-faa45bbe2c3eb188.rmeta --extern libtest_mimic=/opt/rustwide/target/debug/build/libtest-mimic/f5ecbf83a5948b3b/out/liblibtest_mimic-f5ecbf83a5948b3b.rmeta --extern opentelemetry=/opt/rustwide/target/debug/build/opentelemetry/bbcc0517f8e9ccaa/out/libopentelemetry-bbcc0517f8e9ccaa.rmeta --extern opentelemetry_proto=/opt/rustwide/target/debug/build/opentelemetry-proto/6194f7bc7a8aff51/out/libopentelemetry_proto-6194f7bc7a8aff51.rmeta --extern opentelemetry_sdk=/opt/rustwide/target/debug/build/opentelemetry_sdk/e578cc204f6e7c12/out/libopentelemetry_sdk-e578cc204f6e7c12.rmeta --extern playground_telemetry=/opt/rustwide/target/debug/build/playground-telemetry/835ab90fe90a9fa5/out/libplayground_telemetry-835ab90fe90a9fa5.rmeta --extern prost=/opt/rustwide/target/debug/build/prost/40fb676fcacb6d1f/out/libprost-40fb676fcacb6d1f.rmeta --extern quick_xml=/opt/rustwide/target/debug/build/quick-xml/da038c7d9dd2116f/out/libquick_xml-da038c7d9dd2116f.rmeta --extern reqwest=/opt/rustwide/target/debug/build/reqwest/7e082495fa07597d/out/libreqwest-7e082495fa07597d.rmeta --extern serde_json=/opt/rustwide/target/debug/build/serde_json/41ca97cec33d0790/out/libserde_json-41ca97cec33d0790.rmeta --extern sha2=/opt/rustwide/target/debug/build/sha2/b11a73a0acc401a4/out/libsha2-b11a73a0acc401a4.rmeta --extern tokio=/opt/rustwide/target/debug/build/tokio/f16a561896f82ec4/out/libtokio-f16a561896f82ec4.rmeta --extern tracing=/opt/rustwide/target/debug/build/tracing/4da5f40b4d4b22c9/out/libtracing-4da5f40b4d4b22c9.rmeta --extern uuid=/opt/rustwide/target/debug/build/uuid/446e46b276fcea71/out/libuuid-446e46b276fcea71.rmeta --cap-lints=forbid --cfg crater_hack --force-warn invalid-c-variadic-arguments --force-warn=unused_crate_dependencies -L native=/opt/rustwide/target/debug/build/aws-lc-sys/99bca69eef15fd1d/out` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] warning: unused dependency `prost-types`
[INFO] [stderr]   --> proto/Cargo.toml:13:1
[INFO] [stderr]    |
[INFO] [stderr] 13 | prost-types = { workspace = true }
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::unused_dependencies` is set to `warn` by default
[INFO] [stderr] help: consider removing the dependency on `prost-types`
[INFO] [stderr] warning: `playground-proto` (manifest) generated 1 warning
[INFO] [stderr] warning: unused dependency `opentelemetry-semantic-conventions`
[INFO] [stderr]   --> libs/playground-telemetry/Cargo.toml:20:1
[INFO] [stderr]    |
[INFO] [stderr] 20 | opentelemetry-semantic-conventions = { workspace = true }
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::unused_dependencies` is set to `warn` by default
[INFO] [stderr] help: consider removing the dependency on `opentelemetry-semantic-conventions`
[INFO] [stderr] warning: `playground-telemetry` (manifest) generated 1 warning
[INFO] running `Command { std: "docker" "inspect" "382243464e8dae268f150ba39f3080aee7f68679fded5103dd26e3349594072d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "382243464e8dae268f150ba39f3080aee7f68679fded5103dd26e3349594072d", kill_on_drop: false }`
[INFO] [stdout] 382243464e8dae268f150ba39f3080aee7f68679fded5103dd26e3349594072d
